This is used for XML documents that represent XSLT stylesheets that will be applied to another XML document using the Transform method of the XMLDocument class.
Constructors
Name | Parameters | Description |
|---|---|---|
XMLStyleSheet |
|
Creates an empty XSL document. |
XMLStyleSheet |
XML as String |
Parses an XML string into an XSL document |
XMLStyleSheet |
f as FolderItem |
Parses an XML file into the XSL document. |